01. Introduction

Introduction

Before we jump into the intro, take a quick glance at the following code:

function greet() {
  console.log('Functions are cool!');
}

Lesson Overview